home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / misc / ButtonBar.lha / Release2.1 / Example-menu < prev    next >
Encoding:
Text File  |  2000-03-19  |  1.4 KB  |  81 lines

  1. WARNING!! If you safe this example menu from ButtonBar's intuition menu, all
  2. comments like this will be lost!!!
  3.  
  4.         HERE COME THE FIRST PART
  5.  
  6. \position 300,40
  7. \font topaz,8
  8. \stablebar
  9. \quitbutton
  10. \exclusivemenus
  11. \openmenu 2
  12. \openmenu 6
  13. \opendown
  14. \ fixedopen                    <- you see space after \? This is not switched on
  15. \buttonwidth 100
  16. \prefix sys:rexxc/rx
  17.  
  18.         WATCH: THE SECOND PART
  19.  
  20. :Game
  21. _Quit
  22. \quit
  23. _Restart
  24. \restart
  25. _Edit Me
  26. H:vim-run Work:Programming/ButtonBar/buttonbar.menu
  27. HDSleep
  28. \x rexx:hdsleep_wakemeup.rexx
  29. _Breathless|B
  30. fun:jeux/arcade/breathless/trainer
  31. AB3D
  32. fun:jeux/arcade/AB3D/AlienBreed3D
  33. Print MANAS
  34. \print MANAS
  35. ;                   <- this will output MANAS.
  36.  
  37.  
  38. /                  You can have as many emptylines as you want.
  39. #                  But watch out! No spaces there. As you have noticed
  40. ;                  there are three comments chars: /,# and ;
  41. ;
  42.  
  43. :Utils
  44. ABCDir
  45. system:utils/rep/abcdir!
  46. Shell
  47. sys:system/cli
  48. Shell
  49. <WB> sys:system/shell
  50. ; ^     This is WB style of execution. Requieres shell.info.
  51. GoldEd
  52. c:ged
  53.  
  54. :System
  55. SnoopDos
  56. system:utisys/snoopdos/snoopdos
  57. The Guru
  58. system:utisys/theguru/guru3.0
  59.  
  60. :Dev
  61. DevToolBar
  62. dcc:devtoolbar
  63. Blitz
  64. Blitz2:blitz2
  65.  
  66. :GFX
  67. Imagine
  68. work:dessin/imagine.fp
  69. LightWave
  70. toaster:programs/lightwave.fp
  71.  
  72. :Net
  73. IRC
  74. work:comms/amirc/amirc
  75. Voyager
  76. work:comms/voyager/v020
  77. FTP
  78. work:comms/amftp/amftp
  79.  
  80. ;                                           So, enjoy!
  81.